MySQL Workbench is not finding MySQL service? [closed]

Posted by PhADDinTraining on Server Fault See other posts from Server Fault or by PhADDinTraining
Published on 2012-11-19T16:04:55Z Indexed on 2012/11/19 17:02 UTC
Read the original article Hit count: 362

Filed under:
|
|

I set up a local MySQL server, currently with no databases. I'm trying to create a new server instance profile in MySQL Workbench to manage the server, and during the Create New Server Instance Profile wizard, it gets to the Windows Management section and tells me that No MySQL service found.

I went into Task Manager and found the process mysqld.exe to be running, under the user name of NETWORK SERVICE. Then I went into the Services tab and found that MySQLServerName (I custom named the Windows service) is also there, and status is running.

I ran cports and looked at what ports mysqld.exe is using, and ran a telnet command on that port. It's reporting that the port is being listened in on. I then ran the MySQL Command Line Client to be sure, and after \r it gives me a proper connection ID and a list of databases (NONE at this point).

But with all this, I can't make the wizard find a running service. I've Googled this and found no answers, so please, if someone would help shed some light on this issue that'd be great!

© Server Fault or respective owner

Related posts about mysql

Related posts about mysql5.5